image: repository: registry.gitlab.com/REPLACE_GROUP/REPLACE_PROJECT tag: "latest" pullPolicy: IfNotPresent replicaCount: 2 containerPort: 8080 servicePort: 8080 ingress: enabled: true className: nginx host: hello.example.com tls: enabled: true secretName: flask-hello-tls clusterIssuer: letsencrypt imagePullSecrets: []