Skip to content

Instantly share code, notes, and snippets.

@ekarlso
Created March 14, 2020 21:16
Show Gist options
  • Save ekarlso/1de13ee57ea90fd867cd7afd9079e111 to your computer and use it in GitHub Desktop.
Save ekarlso/1de13ee57ea90fd867cd7afd9079e111 to your computer and use it in GitHub Desktop.
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
name: pomerium
namespace: pomerium-system
spec:
releaseName: pomerium
chart:
repository: https://helm.pomerium.io
version: 6.0.1
name: pomerium
values:
authenticate:
idp:
provider: azure
url: https://login.microsoftonline.com/replaced/v2.0
config:
existingSecret: pomerium-secret
generateTlS: true
forceGenerateTLS: true
rootDomain: foo.com
ingress:
secretName: pomerium-tls
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment