diff --git a/ontime-operator/deploy.yaml b/ontime-operator/deploy.yaml index 228066c..782829f 100644 --- a/ontime-operator/deploy.yaml +++ b/ontime-operator/deploy.yaml @@ -151,6 +151,12 @@ rules: - deployments verbs: - '*' +- apiGroups: + - networking.k8s.io + resources: + - ingresses + verbs: + - '*' --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole @@ -347,7 +353,7 @@ spec: - --leader-elect - --leader-election-id=ontime-operator - --health-probe-bind-address=:8081 - image: git.jwetzell.com/jwetzell/ontime-operator:v0.0.1 + image: git.jwetzell.com/jwetzell/ontime-operator:v0.0.2 livenessProbe: httpGet: path: /healthz