feat(k8s): Add Google managed TLS certificates
Introduces certificates for tazj.in & www.tazj.in.
This commit is contained in:
parent
593e96da60
commit
cae99692de
2 changed files with 19 additions and 0 deletions
8
infra/kubernetes/https-cert/cert.yaml
Normal file
8
infra/kubernetes/https-cert/cert.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
apiVersion: networking.gke.io/v1beta1
|
||||||
|
kind: ManagedCertificate
|
||||||
|
metadata:
|
||||||
|
name: {{ .domain | replace "." "-" }}
|
||||||
|
spec:
|
||||||
|
domains:
|
||||||
|
- {{ .domain }}
|
|
@ -3,6 +3,17 @@
|
||||||
---
|
---
|
||||||
context: gke_tazjins-infrastructure_europe-north1_tazjin-cluster
|
context: gke_tazjins-infrastructure_europe-north1_tazjin-cluster
|
||||||
include:
|
include:
|
||||||
|
# SSL certificates (provisioned by Google)
|
||||||
|
- name: tazj-in-cert
|
||||||
|
path: https-cert
|
||||||
|
values:
|
||||||
|
domain: tazj.in
|
||||||
|
- name: www-tazj-in-cert
|
||||||
|
path: https-cert
|
||||||
|
values:
|
||||||
|
domain: www.tazj.in
|
||||||
|
|
||||||
|
# Services
|
||||||
- name: nixery
|
- name: nixery
|
||||||
values:
|
values:
|
||||||
port: 8080
|
port: 8080
|
||||||
|
|
Loading…
Add table
Reference in a new issue