Skip to content

Commit a3aa766

Browse files
committed
fix(gateway): secretName
1 parent 0b917b9 commit a3aa766

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Gateway
1+
# Drycc Gateway
22

33
[![Build Status](https://woodpecker.drycc.cc/api/badges/drycc/gateway/status.svg)](https://woodpecker.drycc.cc/drycc/gateway)
44

charts/gateway/templates/drycc-certificate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ spec:
1313
name: drycc-issuer
1414
privateKey:
1515
rotationPolicy: Always
16-
secretName: drycc-issuer-secret
16+
secretName: drycc-auto-tls
1717
{{- end }}

charts/gateway/templates/drycc-gateway.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Gateway
33
metadata:
44
name: drycc-gateway
55
spec:
6-
gatewayClassName: {{ .Values.gatewayClass }}
6+
gatewayClassName: {{ .Values.global.gatewayClass }}
77
listeners:
88
- name: drycc-gateway-listener-http
99
port: 80
@@ -19,7 +19,7 @@ spec:
1919
certificateRefs:
2020
- group: ""
2121
kind: Secret
22-
name: drycc-issuer
22+
name: drycc-auto-tls
2323
mode: Terminate
2424
allowedRoutes:
2525
namespaces:

charts/gateway/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
# acme configuration takes effect if and only if certManagerEnabled is true
42
acme:
53
server: https://acme-v02.api.letsencrypt.org/directory

0 commit comments

Comments
 (0)