File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1313 name : drycc-issuer
1414 privateKey :
1515 rotationPolicy : Always
16- secretName : drycc-issuer-secret
16+ secretName : drycc-auto-tls
1717{{- end }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Gateway
33metadata :
44 name : drycc-gateway
55spec :
6- gatewayClassName : {{ .Values.gatewayClass }}
6+ gatewayClassName : {{ .Values.global. gatewayClass }}
77 listeners :
88 - name : drycc-gateway-listener-http
99 port : 80
1919 certificateRefs :
2020 - group : " "
2121 kind : Secret
22- name : drycc-issuer
22+ name : drycc-auto-tls
2323 mode : Terminate
2424 allowedRoutes :
2525 namespaces :
Original file line number Diff line number Diff line change 1-
2-
31# acme configuration takes effect if and only if certManagerEnabled is true
42acme :
53 server : https://acme-v02.api.letsencrypt.org/directory
You can’t perform that action at this time.
0 commit comments