diff --git a/manifests/yay-or-nay/yay-or-nay.yaml b/manifests/yay-or-nay/yay-or-nay.yaml index 6fc555c..b7cde76 100644 --- a/manifests/yay-or-nay/yay-or-nay.yaml +++ b/manifests/yay-or-nay/yay-or-nay.yaml @@ -39,6 +39,17 @@ spec: envFrom: - secretRef: name: yay-or-nay + livenessProbe: + httpGet: + path: / + port: web + initialDelaySeconds: 10 + readinessProbe: + httpGet: + path: / + port: web + initialDelaySeconds: 10 + --- apiVersion: v1 kind: Service