Changeset - 90438c76732f
[Not reviewed]
default
0 5 0
drewp@bigasterisk.com - 19 months ago 2023-03-13 21:01:15
drewp@bigasterisk.com
fix some clusterissuer types
5 files changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
30-cert-manager/51-pomerium-production-issuer.yaml
Show inline comments
 
apiVersion: cert-manager.io/v1
 
kind: Issuer
 
kind: ClusterIssuer
 
metadata:
 
  name: letsencrypt-prod
 
  namespace: pomerium
30-cert-manager/51-pomerium-staging-issuer.yaml
Show inline comments
 
apiVersion: cert-manager.io/v1
 
kind: Issuer
 
kind: ClusterIssuer
 
metadata:
 
  name: letsencrypt-staging
 
  namespace: pomerium
30-cert-manager/60-auth-cert.yaml
Show inline comments
 
@@ -7,6 +7,6 @@ spec:
 
  dnsNames:
 
  - 'authenticate.bigasterisk.com'
 
  issuerRef:
 
    kind: Issuer
 
    kind: ClusterIssuer
 
    name: letsencrypt-prod
 
  secretName: pomerium-proxy-tls
 
\ No newline at end of file
ingress-default.yaml
Show inline comments
 
@@ -3,7 +3,7 @@ kind: Ingress
 
metadata:
 
  name: default
 
  annotations:
 
    cert-manager.io/issuer: letsencrypt-prod
 
    cert-manager.io/cluster-issuer: letsencrypt-prod
 
    ingress.pomerium.io/allow_public_unauthenticated_access: "true"
 
    ingress.pomerium.io/pass_identity_headers: "true"
 
    ingress.pomerium.io/preserve_host_header: "true"
ingress-static.yaml
Show inline comments
 
@@ -3,7 +3,7 @@ kind: Ingress
 
metadata:
 
  name: static
 
  annotations:
 
    cert-manager.io/issuer: letsencrypt-prod
 
    cert-manager.io/cluster-issuer: letsencrypt-prod
 
    ingress.pomerium.io/allow_public_unauthenticated_access: "true"
 
    ingress.pomerium.io/pass_identity_headers: "true"
 
    ingress.pomerium.io/preserve_host_header: "true"
0 comments (0 inline, 0 general)