Compare commits

...
3 changed files with 15 additions and 3 deletions
+10 -1
View File
@@ -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: ""
+2
View File
@@ -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
+3 -2
View File
@@ -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