replicaCount: 1

containerPort: 8080

manifests:
  - https://preview-main.k3s.os2.oxui.de/manifest.json

ingress:
  enabled: true
  hosts:
    - host: manifest-${CI_COMMIT_REF_SLUG}.k3s.os2.oxui.de
      paths:
        - path: /
          pathType: ImplementationSpecific

image:
  repository: ${CI_REGISTRY_IMAGE}
  pullPolicy: Always
  tag: ${TAG_NAME}

imagePullSecrets:
  - name: gitlab-registry-credentials