Skip to content

Commit

Permalink
Migrate CTFE Ingress manifest to support GKE version 1.23 (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk authored May 26, 2023
1 parent f45e8ae commit 73abd52
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions trillian/examples/deployment/kubernetes/ctfe-ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: trillian-ctfe-ingress
annotations:
kubernetes.io/ingress.global-static-ip-name: trillian-ctfe-global-static-ip
spec:
backend:
serviceName: trillian-ctfe-service
servicePort: 6962
defaultBackend:
service:
name: trillian-ctfe-service
port:
number: 6962

0 comments on commit 73abd52

Please sign in to comment.