Merge "Add "labels" to MAAS ingress & ingress-errors deployments"

This commit is contained in:
Zuul 2021-05-14 19:12:07 +00:00 committed by Gerrit Code Review
commit 94e55069dc
2 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,8 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: maas-ingress-errors
labels:
{{ $labels | indent 4 }}
spec:
replicas: {{ .Values.pod.replicas.ingress_errors }}
selector:

View File

@ -149,6 +149,8 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: maas-ingress
labels:
{{ $labels | indent 4 }}
annotations:
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" }}
spec: