Skip to content

Commit 51b2bfe

Browse files
committed
complete deploy example with goci-service-chart
1 parent c0079a1 commit 51b2bfe

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Using [goci-service-chart](https://github.com/goci-io/goci-service-chart) with t
7070
4. Configure the following `values.yaml`:
7171
```yaml
7272
port: 8443
73+
fullnameOverride: k8s-deploy-webhook
7374

7475
configMap:
7576
data:
@@ -90,9 +91,16 @@ rbac:
9091

9192
image:
9293
name: gocidocker/k8s-deploy-webhook
93-
tag: v0.1.0
94+
tag: <LATEST_VERSION>
95+
96+
ingress:
97+
create: true
98+
tls: true
99+
hosts:
100+
- host: <YOUR_DOMAIN>
101+
paths:
102+
- /
94103

95-
# Mount TLS Secrets
96104
extraVolumeMounts:
97105
- name: tls
98106
mountPath: "/run/secrets/tls"
@@ -101,7 +109,7 @@ extraVolumes:
101109
- name: tls
102110
secret:
103111
defaultMode: 0400
104-
secretName: k8s-deployment-webhook-tls
112+
secretName: k8s-deploy-webhook-tls
105113
```
106114
107115
### Tests

0 commit comments

Comments
 (0)