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
|
|
@ -3,6 +3,17 @@
|
|||
---
|
||||
context: gke_tazjins-infrastructure_europe-north1_tazjin-cluster
|
||||
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
|
||||
values:
|
||||
port: 8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue