Skip to content

Commit

Permalink
replace deprecated k8s specs (#3118)
Browse files Browse the repository at this point in the history
replace deprecated k8s specs
  • Loading branch information
artsy-peril[bot] authored Sep 28, 2023
2 parents 34981b0 + faef40b commit a9c33bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions hokusai/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ spec:
component: web
type: ClusterIP
---
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: positron
Expand All @@ -256,5 +256,7 @@ spec:
- path: /
pathType: Prefix
backend:
serviceName: positron-web-internal
servicePort: http
service:
name: positron-web-internal
port:
name: http
8 changes: 5 additions & 3 deletions hokusai/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ spec:
component: web
type: ClusterIP
---
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: positron
Expand All @@ -256,5 +256,7 @@ spec:
- path: /
pathType: Prefix
backend:
serviceName: positron-web-internal
servicePort: http
service:
name: positron-web-internal
port:
name: http

0 comments on commit a9c33bc

Please sign in to comment.