Sha256: 5d670c672477f1210fe994e26de4843de4c27ae001bce2e25b522f7fd01eaadd
Contents?: true
Size: 853 Bytes
Versions: 81
Compression:
Stored size: 853 Bytes
Contents
--- apiVersion: apps/v1 kind: Deployment metadata: name: authenticator-deployment labels: app: authenticator spec: replicas: 1 selector: matchLabels: app: authenticator template: metadata: labels: app: authenticator spec: imagePullSecrets: - name: gitlab-registry containers: - name: authenticator image: registry.gitlab.com/gitlab-org/modelops/applied-ml/review-recommender/authenticator:0.1.0 imagePullPolicy: Always ports: - containerPort: 8080 args: [] env: - name: AUTHENTICATOR_SERVICE_PORT value: "8080" --- apiVersion: v1 kind: Service metadata: name: authenticator-service spec: type: NodePort ports: - port: 8080 targetPort: 8080 selector: app: authenticator
Version data entries
81 entries across 81 versions & 1 rubygems