update ontime-operator
This commit is contained in:
@@ -1,26 +0,0 @@
|
|||||||
apiVersion: source.toolkit.fluxcd.io/v1
|
|
||||||
kind: GitRepository
|
|
||||||
metadata:
|
|
||||||
name: gateway-api
|
|
||||||
namespace: kube-system
|
|
||||||
spec:
|
|
||||||
interval: 5m
|
|
||||||
url: https://github.com/kubernetes-sigs/gateway-api
|
|
||||||
ref:
|
|
||||||
tag: v1.4.0
|
|
||||||
---
|
|
||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
||||||
kind: Kustomization
|
|
||||||
metadata:
|
|
||||||
name: gateway-api
|
|
||||||
namespace: kube-system
|
|
||||||
spec:
|
|
||||||
interval: 10m
|
|
||||||
targetNamespace: kube-system
|
|
||||||
sourceRef:
|
|
||||||
kind: GitRepository
|
|
||||||
name: gateway-api
|
|
||||||
namespace: kube-system
|
|
||||||
path: "./config/crd"
|
|
||||||
prune: true
|
|
||||||
timeout: 1m
|
|
||||||
@@ -152,9 +152,9 @@ rules:
|
|||||||
verbs:
|
verbs:
|
||||||
- '*'
|
- '*'
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- networking.k8s.io
|
- gateway.networking.k8s.io
|
||||||
resources:
|
resources:
|
||||||
- ingresses
|
- httproutes
|
||||||
verbs:
|
verbs:
|
||||||
- '*'
|
- '*'
|
||||||
---
|
---
|
||||||
@@ -353,7 +353,7 @@ spec:
|
|||||||
- --leader-elect
|
- --leader-elect
|
||||||
- --leader-election-id=ontime-operator
|
- --leader-election-id=ontime-operator
|
||||||
- --health-probe-bind-address=:8081
|
- --health-probe-bind-address=:8081
|
||||||
image: git.jwetzell.com/jwetzell/ontime-operator:v1.4.0
|
image: git.jwetzell.com/jwetzell/ontime-operator:v1.6.2
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
|
|||||||
Reference in New Issue
Block a user