We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21aaa52 commit 14388ffCopy full SHA for 14388ff
helm/templates/ingress.yaml
@@ -5,6 +5,7 @@ metadata:
5
namespace: webhook-site
6
annotations:
7
nginx.ingress.kubernetes.io/rewrite-target: /
8
+ kubernetes.io/ingress.class: "nginx"
9
spec:
10
rules:
11
- host: webhook.localhost
helm/templates/webhook-deployment.yaml
@@ -46,6 +46,6 @@ spec:
46
value: redis:6379
47
image: webhooksite/webhook.site
48
ports:
49
- - containerPort: 8084
+ - containerPort: 80
50
protocol: TCP
51
restartPolicy: Always
helm/templates/webhook-service.yaml
@@ -9,7 +9,7 @@ spec:
port: 8084
targetPort: 80
selector:
12
- app: webhook
+ app: webhook-site
13
---
14
apiVersion: v1
15
kind: Service
0 commit comments