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

Version Path
gitlab-qa-15.3.0 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-15.2.0 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-15.1.0 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-15.0.0 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-14.21.0 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-14.20.0 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-14.19.2 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-14.19.1 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-14.19.0 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-14.18.0 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-14.17.0 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-14.16.0 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-14.15.0 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-14.14.0 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-14.13.0 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-14.12.0 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-14.11.0 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-14.9.0 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-14.8.1 support/manifests/suggested_reviewer/authenticator.yaml
gitlab-qa-14.8.0 support/manifests/suggested_reviewer/authenticator.yaml