diff --git a/infrastructure/ontime-dev/gateway-api/gateway-api.yaml b/infrastructure/ontime-dev/gateway-api/gateway-api.yaml deleted file mode 100644 index c0e06ed..0000000 --- a/infrastructure/ontime-dev/gateway-api/gateway-api.yaml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/infrastructure/ontime-dev/ontime-operator/deploy.yaml b/infrastructure/ontime-dev/ontime-operator/deploy.yaml index fddba33..8371f8a 100644 --- a/infrastructure/ontime-dev/ontime-operator/deploy.yaml +++ b/infrastructure/ontime-dev/ontime-operator/deploy.yaml @@ -152,9 +152,9 @@ rules: verbs: - '*' - apiGroups: - - networking.k8s.io + - gateway.networking.k8s.io resources: - - ingresses + - httproutes verbs: - '*' --- @@ -353,7 +353,7 @@ spec: - --leader-elect - --leader-election-id=ontime-operator - --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: httpGet: path: /healthz