1
0
mirror of https://github.com/jcwimer/multi-cloud-kubernetes synced 2026-05-14 16:03:32 +00:00

Added longhorn and switched to wildcard dns

This commit is contained in:
2020-10-17 23:17:30 -04:00
parent 428b9f9507
commit 0f3ad7d8b9
8 changed files with 93 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ spec:
- name: ZONE_NAME
value: "codywimer.com"
- name: RECORD_TO_MODIFY
value: "test"
value: "*.test"
resources:
limits:
cpu: "0.1"

View File

@@ -60,7 +60,7 @@ metadata:
kubernetes.io/tls-acme: "true"
spec:
rules:
- host: test.codywimer.com
- host: helloworld.test.codywimer.com
http:
paths:
- path: /
@@ -69,5 +69,5 @@ spec:
servicePort: 80
tls:
- hosts:
- test.codywimer.com
- helloworld.test.codywimer.com
secretName: letsencrypt-prod-test