File tree Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : apps/v1
2
+ kind : Deployment
3
+ metadata :
4
+ name : openpgp-ca
5
+ spec :
6
+ template :
7
+ spec :
8
+ initContainers :
9
+ - name : init
10
+ env :
11
+ - name : DOMAIN
12
+ value : " hashbang.sh"
Original file line number Diff line number Diff line change
1
+ apiVersion : networking.k8s.io/v1beta1
2
+ kind : Ingress
3
+ metadata :
4
+ name : openpgp-ca
5
+ labels :
6
+ app.kubernetes.io/name : openpgp-ca
7
+ annotations :
8
+ kubernetes.io/ingress.class : nginx
9
+ cert-manager.io/cluster-issuer : letsencrypt
10
+ nginx.ingress.kubernetes.io/auth-tls-verify-client : " on"
11
+ nginx.ingress.kubernetes.io/auth-tls-secret : " mtls/mtls-certs"
12
+ nginx.ingress.kubernetes.io/auth-tls-verify-depth : " 1"
13
+ nginx.ingress.kubernetes.io/auth-tls-pass-certificate-to-upstream : " false"
14
+ spec :
15
+ tls :
16
+ - hosts :
17
+ - openpgp-ca.hashbang.sh
18
+ secretName : opepgp-ca-tls
19
+ rules :
20
+ - host : openpgp-ca.hashbang.sh
21
+ http :
22
+ paths :
23
+ - path : " /"
24
+ backend :
25
+ serviceName : openpgp-ca
26
+ servicePort : http
Original file line number Diff line number Diff line change
1
+ apiVersion : kustomize.config.k8s.io/v1beta1
2
+ kind : Kustomization
3
+ namespace : openpgp-ca
4
+ resources :
5
+ - https://gitlab.com/openpgp-ca/openpgp-ca/kustomize/restd/?ref=e0d66ddf4a36d391546c70e73b592c530721260a # 0.10.1
6
+ - ingress.yaml
7
+ images :
8
+ - name : registry.gitlab.com/openpgp-ca/openpgp-ca
9
+ digest : sha256:66782e94aea9fb41ba2b6636aa37617d7d4e9031e363b6a0a1f552b2ee0b804c # 0.10.1
10
+ - name : registry.gitlab.com/openpgp-ca/openpgp-ca/openpgp-ca-restd
11
+ digest : sha256:458d8f0f51cf59b3536fc716cdabbf065e2f5b212c64d7e9c43af9bce67143f8 # 0.10.1
12
+ patches :
13
+ - path : add-domain-deployment.patch.yaml
You can’t perform that action at this time.
0 commit comments