Skip to content

Commit

Permalink
chart-update
Browse files Browse the repository at this point in the history
  • Loading branch information
LtChae committed Apr 14, 2021
1 parent a59cb5a commit 3db6261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ .Chart.Name }}
Expand Down Expand Up @@ -68,7 +68,7 @@ spec:
serviceName: redirect
servicePort: use-annotation
---
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ .Chart.Name }}-internal
Expand Down

0 comments on commit 3db6261

Please sign in to comment.