apiVersion: extensions/v1beta1 kind: Deployment metadata: annotations: kompose.cmd: kompose convert kompose.version: 1.3.0 (4f187a1) creationTimestamp: null labels: io.kompose.service: nginx name: nginx namespace: dspace-dev spec: replicas: 1 strategy: type: Recreate template: metadata: creationTimestamp: null labels: io.kompose.service: nginx spec: containers: - image: gitlab.scientificnet.org:4567/commul/dspace/nginx-image:latest name: clarin-nginx ports: - containerPort: 80 - containerPort: 443 resources: {} volumeMounts: - mountPath: /opt/shibboleth-sp-fastcgi/etc/shibboleth/certs name: nginx-claim0 - mountPath: /etc/ssl/clarin name: nginx-claim1 restartPolicy: Always imagePullSecrets: - name: gitlab-scientificnet-org-registry volumes: - name: nginx-claim0 persistentVolumeClaim: claimName: nginx-claim0 - name: nginx-claim1 persistentVolumeClaim: claimName: nginx-claim1 status: {}