feat: deploy harbor
This commit is contained in:
@@ -12,14 +12,6 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
itemPath: "vaults/cluster/items/harbor-admin-password"
|
itemPath: "vaults/cluster/items/harbor-admin-password"
|
||||||
---
|
---
|
||||||
apiVersion: onepassword.com/v1
|
|
||||||
kind: OnePasswordItem
|
|
||||||
metadata:
|
|
||||||
name: harbor-secret-key
|
|
||||||
namespace: harbor
|
|
||||||
spec:
|
|
||||||
itemPath: "vaults/cluster/items/harbor-secret-key"
|
|
||||||
---
|
|
||||||
apiVersion: source.toolkit.fluxcd.io/v1
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
metadata:
|
metadata:
|
||||||
@@ -52,12 +44,10 @@ spec:
|
|||||||
enabled: true
|
enabled: true
|
||||||
certSource: secret
|
certSource: secret
|
||||||
secret:
|
secret:
|
||||||
secretName: wildcard-cert-i.yadunut.dev-prod
|
secretName: wildcard-cert-yadunut.dev-prod
|
||||||
ingress:
|
ingress:
|
||||||
hosts:
|
hosts:
|
||||||
core: harbor.yadunut.dev
|
core: harbor.yadunut.dev
|
||||||
externalURL: https://harbor.yadunut.dev
|
externalURL: https://harbor.yadunut.dev
|
||||||
existingSecretAdminPassword: harbor-admin-password
|
existingSecretAdminPassword: harbor-admin-password
|
||||||
existingSecretAdminPasswordKey: password
|
existingSecretAdminPasswordKey: password
|
||||||
existingSecretSecretKey: harbor-secret-key
|
|
||||||
|
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../base/podinfo.yaml
|
- ../base/podinfo.yaml
|
||||||
# - ../base/harbor.yaml
|
- ../base/harbor.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user