Skip to content

Commit

Permalink
try installing harbor on management cluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyindeniz committed Feb 9, 2025
1 parent 03c9eed commit 90201b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion flux/local-management/harbor/values/harbor-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ harborAdminPassword: "Harbor12345"
# in each component tls cert files need to provided in advance.
internalTLS:
# If internal TLS enabled
enabled: true
enabled: false
# enable strong ssl ciphers (default: false)
strong_ssl_ciphers: false
# There are three ways to provide tls
Expand Down
12 changes: 6 additions & 6 deletions terraform/local-management/harbor.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ resource "kubernetes_manifest" "harbor_certificate" {
"secretName" = "harbor-internal-tls" # This secret will store the TLS cert and key
"dnsNames" = [
"localhost",
"harbor-staging-core",
"harbor-staging-jobservice",
"harbor-staging-registry",
"harbor-staging-portal",
"harbor-staging-trivy",
"harbor-staging-core.harbor-staging.svc.cluster.local"
"harbor-local-core",
"harbor-local-jobservice",
"harbor-local-registry",
"harbor-local-portal",
"harbor-local-trivy",
"harbor-local-core.harbor.svc.cluster.local"
]
"issuerRef" = {
"name" = "selfsigned-cluster-issuer" # Replace with the name of your ClusterIssuer
Expand Down

0 comments on commit 90201b1

Please sign in to comment.