update ss launch

main
Dex 2024-05-11 22:57:31 -04:00
parent 0821e3f707
commit 53d51837c5
3 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ metadata:
name: simplysyncedllc-com-site name: simplysyncedllc-com-site
namespace: argocd namespace: argocd
spec: spec:
project: simplysyncedllc-com project: simplysyncedllc_com
source: source:
repoURL: https://gitea.simplysyncedllc.com/Dex/argocd-configs.git repoURL: https://gitea.simplysyncedllc.com/Dex/argocd-configs.git
@ -12,7 +12,7 @@ spec:
path: simplysyncedllc/prod path: simplysyncedllc/prod
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: simplysyncedllc-com namespace: simplysyncedllc
syncPolicy: syncPolicy:
syncOptions: syncOptions:

View File

@ -5,15 +5,15 @@ metadata:
spec: spec:
selector: selector:
matchLabels: matchLabels:
app: SIMPLYSYNCEDLLC_com app: simplysyncedllc_com
replicas: 2 replicas: 2
template: template:
metadata: metadata:
labels: labels:
app: SIMPLYSYNCEDLLC_com app: simplysyncedllc_com
spec: spec:
containers: containers:
- name: simplysyncedllc-com-site - name: simplysyncedllc-com-site
image: gitea.simplysyncedllc.com/dex/ss_site:1.0.0 image: gitea.simplysyncedllc.com/dex/simplysyncedllc_website:1.0.0
ports: ports:
- containerPort: 3000 - containerPort: 3000

View File

@ -5,7 +5,7 @@ metadata:
spec: spec:
type: NodePort type: NodePort
selector: selector:
app: SIMPLYSYNCEDLLC_com app: simplysyncedllc_com
ports: ports:
- protocol: TCP - protocol: TCP
port: 3000 port: 3000