init
This commit is contained in:
14
argocd/application.yaml
Normal file
14
argocd/application.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: voyger-assign
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: voyger-assign
|
||||
server: https://kubernetes.default.svc
|
||||
project: voyger-assignments
|
||||
source:
|
||||
path: overlays/assignments
|
||||
repoURL: https://gitea.icurfer.com/dev/voyger-assignments.git
|
||||
targetRevision: HEAD
|
||||
23
argocd/argocd-ingress.yaml
Normal file
23
argocd/argocd-ingress.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
# Offloading setting.
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: argocd-ingress
|
||||
namespace: argocd
|
||||
annotations:
|
||||
#nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||
nginx.ingress.kubernetes.io/backend-protocol: "https"
|
||||
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: argocd.icurfer.com # 사전 생성된 인증서의 도메인적용.
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: argocd-server
|
||||
port:
|
||||
number: 443
|
||||
23211
argocd/argocd_v2.12.3_add_ns.yaml
Normal file
23211
argocd/argocd_v2.12.3_add_ns.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user