Skip to content

Commit

Permalink
Update Single binary extra api changes (#1359)
Browse files Browse the repository at this point in the history
extensions/v1beta1 has been deprecated and no longer works from v1.22 onwards. This changes reflects the necessary changes required for this to work...
  • Loading branch information
manishmaharjan authored Apr 11, 2022
1 parent ccb011d commit 49fbcf1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions example/helm/single-binary-extras.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
Expand All @@ -10,9 +10,12 @@ spec:
- http:
paths:
- backend:
serviceName: grafana
servicePort: 80
service:
name: grafana
port:
number: 80
path: /
pathType: Prefix
---
apiVersion: v1
data:
Expand Down

0 comments on commit 49fbcf1

Please sign in to comment.