Skip to content

Commit

Permalink
chore(PPDSC-2379): update k8 ingress (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanals authored Sep 1, 2022
1 parent 96504ef commit e1ea044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eks/manifests/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ (datasource "config").DocSiteName }}-ingress
Expand All @@ -26,7 +26,7 @@ spec:

---

apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ (datasource "config").StorybookName }}-ingress
Expand Down

0 comments on commit e1ea044

Please sign in to comment.