mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Refactor ingress.yaml(s) and issuer.yaml(S)
This commit is contained in:
parent
1b01d35c8d
commit
1f4e51d829
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
# used while installation as first setup for testing purposes, recognize 'server: https://acme-staging-v02…'
|
||||||
apiVersion: certmanager.k8s.io/v1alpha1
|
apiVersion: certmanager.k8s.io/v1alpha1
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
metadata:
|
metadata:
|
||||||
@ -16,6 +17,7 @@
|
|||||||
# Enable the HTTP-01 challenge provider
|
# Enable the HTTP-01 challenge provider
|
||||||
http01: {}
|
http01: {}
|
||||||
---
|
---
|
||||||
|
# used after installation for production, recognize 'server: https://acme-v02…'
|
||||||
apiVersion: certmanager.k8s.io/v1alpha1
|
apiVersion: certmanager.k8s.io/v1alpha1
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user