Compare commits
3
Commits
6806f87f4b
...
e3737e913f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3737e913f | ||
|
|
5c9b313e48 | ||
|
|
6e135f1644 |
@@ -25,16 +25,25 @@ spec:
|
|||||||
web:
|
web:
|
||||||
namespacePolicy:
|
namespacePolicy:
|
||||||
from: All
|
from: All
|
||||||
websecure:
|
websecure-dev:
|
||||||
port: 8443
|
port: 8443
|
||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
|
hostname: "*.whyredfire.dev"
|
||||||
namespacePolicy:
|
namespacePolicy:
|
||||||
from: All
|
from: All
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: wildcard-whyredfire-dev
|
name: wildcard-whyredfire-dev
|
||||||
group: ""
|
group: ""
|
||||||
|
websecure-tech:
|
||||||
|
port: 8443
|
||||||
|
protocol: HTTPS
|
||||||
|
mode: Terminate
|
||||||
|
hostname: "*.whyredfire.tech"
|
||||||
|
namespacePolicy:
|
||||||
|
from: All
|
||||||
|
certificateRefs:
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: wildcard-whyredfire-tech
|
name: wildcard-whyredfire-tech
|
||||||
group: ""
|
group: ""
|
||||||
|
|||||||
@@ -7,3 +7,5 @@ resources:
|
|||||||
- add-ons/cert-manager.yaml
|
- add-ons/cert-manager.yaml
|
||||||
# services
|
# services
|
||||||
- services/app-autoregexbot.yaml
|
- services/app-autoregexbot.yaml
|
||||||
|
- services/app-betterslcm.yaml
|
||||||
|
- services/app-scriptscribe.yaml
|
||||||
|
|||||||
@@ -6,12 +6,13 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://github.com/DK10WS/SLCM_APP.git
|
# repoURL: https://github.com/DK10WS/SLCM_APP.git
|
||||||
|
repoURL: https://gitea.whyredfire.tech/whyredfire/slcm-switch.git
|
||||||
targetRevision: web
|
targetRevision: web
|
||||||
path: k8s
|
path: k8s
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: slcm
|
namespace: betterslcm
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
|||||||
Reference in New Issue
Block a user