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:
@@ -27,7 +27,7 @@ spec:
|
||||
- name: ZONE_NAME
|
||||
value: "codywimer.com"
|
||||
- name: RECORD_TO_MODIFY
|
||||
value: "test"
|
||||
value: "*.test"
|
||||
resources:
|
||||
limits:
|
||||
cpu: "0.1"
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user