2022-08-16 09:40:54 +00:00
---
# Source: harbor/templates/core/core-cm.yaml
apiVersion : v1
kind : ConfigMap
metadata :
name : harbor-core
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
data :
app.conf : |+
appname = Harbor
runmode = prod
enablegzip = true
[ prod]
httpport = 8080
PORT : "8080"
DATABASE_TYPE : "postgresql"
2024-07-28 17:21:48 +00:00
POSTGRESQL_HOST : "172.20.43.1"
2022-08-16 09:40:54 +00:00
POSTGRESQL_PORT : "5432"
2024-07-28 17:21:48 +00:00
POSTGRESQL_USERNAME : "kspace_harbor"
POSTGRESQL_DATABASE : "kspace_harbor"
2022-08-16 09:40:54 +00:00
POSTGRESQL_SSLMODE : "disable"
POSTGRESQL_MAX_IDLE_CONNS : "100"
POSTGRESQL_MAX_OPEN_CONNS : "900"
EXT_ENDPOINT : "https://harbor.k-space.ee"
CORE_URL : "http://harbor-core:80"
JOBSERVICE_URL : "http://harbor-jobservice"
REGISTRY_URL : "http://harbor-registry:5000"
TOKEN_SERVICE_URL : "http://harbor-core:80/service/token"
CORE_LOCAL_URL : "http://127.0.0.1:8080"
2024-07-28 17:21:48 +00:00
WITH_TRIVY : "false"
2022-08-16 09:40:54 +00:00
TRIVY_ADAPTER_URL : "http://harbor-trivy:8080"
2024-07-28 17:21:48 +00:00
REGISTRY_STORAGE_PROVIDER_NAME : "s3"
LOG_LEVEL : "debug"
2022-08-16 09:40:54 +00:00
CONFIG_PATH : "/etc/core/app.conf"
CHART_CACHE_DRIVER : "redis"
2024-07-28 17:21:48 +00:00
_REDIS_URL_CORE : "redis://:MvYcuU0RaIu1SX7fY1m1JrgLUSaZJjge@dragonfly:6379/0?idle_timeout_seconds=30"
_REDIS_URL_REG : "redis://:MvYcuU0RaIu1SX7fY1m1JrgLUSaZJjge@dragonfly:6379/2?idle_timeout_seconds=30"
2022-08-16 09:40:54 +00:00
PORTAL_URL : "http://harbor-portal"
REGISTRY_CONTROLLER_URL : "http://harbor-registry:8080"
REGISTRY_CREDENTIAL_USERNAME : "harbor_registry_user"
HTTP_PROXY : ""
HTTPS_PROXY : ""
NO_PROXY : "harbor-core,harbor-jobservice,harbor-database,harbor-registry,harbor-portal,harbor-trivy,harbor-exporter,127.0.0.1,localhost,.local,.internal"
2024-07-28 17:21:48 +00:00
PERMITTED_REGISTRY_TYPES_FOR_PROXY_CACHE : "docker-hub,harbor,azure-acr,aws-ecr,google-gcr,quay,docker-registry,github-ghcr,jfrog-artifactory"
2022-08-16 09:40:54 +00:00
METRIC_ENABLE : "true"
METRIC_PATH : "/metrics"
METRIC_PORT : "8001"
METRIC_NAMESPACE : harbor
METRIC_SUBSYSTEM : core
2024-07-28 17:21:48 +00:00
QUOTA_UPDATE_PROVIDER : "db"
---
# Source: harbor/templates/exporter/exporter-cm-env.yaml
apiVersion : v1
kind : ConfigMap
metadata :
name : "harbor-exporter-env"
labels :
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
data :
HTTP_PROXY : ""
HTTPS_PROXY : ""
NO_PROXY : "harbor-core,harbor-jobservice,harbor-database,harbor-registry,harbor-portal,harbor-trivy,harbor-exporter,127.0.0.1,localhost,.local,.internal"
LOG_LEVEL : "debug"
HARBOR_EXPORTER_PORT : "8001"
HARBOR_EXPORTER_METRICS_PATH : "/metrics"
HARBOR_EXPORTER_METRICS_ENABLED : "true"
HARBOR_EXPORTER_CACHE_TIME : "23"
HARBOR_EXPORTER_CACHE_CLEAN_INTERVAL : "14400"
HARBOR_METRIC_NAMESPACE : harbor
HARBOR_METRIC_SUBSYSTEM : exporter
HARBOR_REDIS_URL : "redis://:MvYcuU0RaIu1SX7fY1m1JrgLUSaZJjge@dragonfly:6379/1"
HARBOR_REDIS_NAMESPACE : harbor_job_service_namespace
HARBOR_REDIS_TIMEOUT : "3600"
HARBOR_SERVICE_SCHEME : "http"
HARBOR_SERVICE_HOST : "harbor-core"
HARBOR_SERVICE_PORT : "80"
HARBOR_DATABASE_HOST : "172.20.43.1"
HARBOR_DATABASE_PORT : "5432"
HARBOR_DATABASE_USERNAME : "kspace_harbor"
HARBOR_DATABASE_DBNAME : "kspace_harbor"
HARBOR_DATABASE_SSLMODE : "disable"
HARBOR_DATABASE_MAX_IDLE_CONNS : "100"
HARBOR_DATABASE_MAX_OPEN_CONNS : "900"
2022-08-16 09:40:54 +00:00
---
# Source: harbor/templates/jobservice/jobservice-cm-env.yaml
apiVersion : v1
kind : ConfigMap
metadata :
name : "harbor-jobservice-env"
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
data :
CORE_URL : "http://harbor-core:80"
TOKEN_SERVICE_URL : "http://harbor-core:80/service/token"
REGISTRY_URL : "http://harbor-registry:5000"
REGISTRY_CONTROLLER_URL : "http://harbor-registry:8080"
REGISTRY_CREDENTIAL_USERNAME : "harbor_registry_user"
2024-07-28 17:21:48 +00:00
JOBSERVICE_WEBHOOK_JOB_MAX_RETRY : "3"
JOBSERVICE_WEBHOOK_JOB_HTTP_CLIENT_TIMEOUT : "3"
2022-08-16 09:40:54 +00:00
HTTP_PROXY : ""
HTTPS_PROXY : ""
NO_PROXY : "harbor-core,harbor-jobservice,harbor-database,harbor-registry,harbor-portal,harbor-trivy,harbor-exporter,127.0.0.1,localhost,.local,.internal"
2024-07-28 17:21:48 +00:00
METRIC_NAMESPACE : harbor
METRIC_SUBSYSTEM : jobservice
2022-08-16 09:40:54 +00:00
---
# Source: harbor/templates/jobservice/jobservice-cm.yaml
apiVersion : v1
kind : ConfigMap
metadata :
name : "harbor-jobservice"
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
data :
config.yml : |+
#Server listening port
protocol : "http"
port : 8080
worker_pool :
workers : 10
backend : "redis"
redis_pool :
2024-07-28 17:21:48 +00:00
redis_url : "redis://:MvYcuU0RaIu1SX7fY1m1JrgLUSaZJjge@dragonfly:6379/1"
2022-08-16 09:40:54 +00:00
namespace : "harbor_job_service_namespace"
idle_timeout_second : 3600
job_loggers :
- name : "FILE"
2024-07-28 17:21:48 +00:00
level : DEBUG
2022-08-16 09:40:54 +00:00
settings : # Customized settings of logger
base_dir : "/var/log/jobs"
sweeper :
duration : 14 #days
settings : # Customized settings of sweeper
work_dir : "/var/log/jobs"
metric :
2024-07-28 17:21:48 +00:00
enabled : true
2022-08-16 09:40:54 +00:00
path : /metrics
port : 8001
#Loggers for the job service
loggers :
- name : "STD_OUTPUT"
2024-07-28 17:21:48 +00:00
level : DEBUG
reaper :
# the max time to wait for a task to finish, if unfinished after max_update_hours, the task will be mark as error, but the task will continue to run, default value is 24
max_update_hours : 24
# the max time for execution in running state without new task created
max_dangling_hours : 168
2022-08-16 09:40:54 +00:00
---
# Source: harbor/templates/portal/configmap.yaml
apiVersion : v1
kind : ConfigMap
metadata :
name : "harbor-portal"
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
data :
nginx.conf : |+
worker_processes auto;
pid /tmp/nginx.pid;
events {
worker_connections 1024;
}
http {
client_body_temp_path /tmp/client_body_temp;
proxy_temp_path /tmp/proxy_temp;
fastcgi_temp_path /tmp/fastcgi_temp;
uwsgi_temp_path /tmp/uwsgi_temp;
scgi_temp_path /tmp/scgi_temp;
server {
listen 8080;
listen [::]:8080;
server_name localhost;
root /usr/share/nginx/html;
index index.html index.htm;
include /etc/nginx/mime.types;
gzip on;
gzip_min_length 1000;
gzip_proxied expired no-cache no-store private auth;
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript;
2024-07-28 17:21:48 +00:00
location /devcenter-api-2.0 {
try_files $uri $uri/ /swagger-ui-index.html;
}
2022-08-16 09:40:54 +00:00
location / {
try_files $uri $uri/ /index.html;
}
location = /index.html {
add_header Cache-Control "no-store, no-cache, must-revalidate";
}
}
}
---
# Source: harbor/templates/registry/registry-cm.yaml
apiVersion : v1
kind : ConfigMap
metadata :
name : "harbor-registry"
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
data :
config.yml : |+
version : 0.1
log :
2024-07-28 17:21:48 +00:00
level : debug
2022-08-16 09:40:54 +00:00
fields :
service : registry
storage :
2024-07-28 17:21:48 +00:00
s3 :
region : us-east-1
bucket : harbor-operator-e60e5943-234a-496d-ae74-933f6a67c530
regionendpoint : https://external.minio-clusters.k-space.ee
2022-08-16 09:40:54 +00:00
cache :
layerinfo : redis
maintenance :
uploadpurging :
2024-07-28 17:21:48 +00:00
enabled : true
age : 168h
interval : 24h
dryrun : false
2022-08-16 09:40:54 +00:00
delete :
enabled : true
redirect :
disable : false
redis :
2024-07-28 17:21:48 +00:00
addr : dragonfly:6379
2022-08-16 09:40:54 +00:00
db : 2
2024-07-28 17:21:48 +00:00
password : MvYcuU0RaIu1SX7fY1m1JrgLUSaZJjge
2022-08-16 09:40:54 +00:00
readtimeout : 10s
writetimeout : 10s
dialtimeout : 10s
pool :
maxidle : 100
maxactive : 500
idletimeout : 60s
http :
addr : : 5000
relativeurls : false
# set via environment variable
# secret: placeholder
debug :
2024-07-28 17:21:48 +00:00
addr : : 8001
prometheus :
enabled : true
path : /metrics
2022-08-16 09:40:54 +00:00
auth :
htpasswd :
realm : harbor-registry-basic-realm
path : /etc/registry/passwd
validation :
disabled : true
compatibility :
schema1 :
enabled : true
ctl-config.yml : |+
---
protocol : "http"
port : 8080
2024-07-28 17:21:48 +00:00
log_level : debug
2022-08-16 09:40:54 +00:00
registry_config : "/etc/registry/config.yml"
---
# Source: harbor/templates/registry/registryctl-cm.yaml
apiVersion : v1
kind : ConfigMap
metadata :
name : "harbor-registryctl"
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
data :
---
# Source: harbor/templates/jobservice/jobservice-pvc.yaml
kind : PersistentVolumeClaim
apiVersion : v1
metadata :
name : harbor-jobservice
2024-07-28 17:21:48 +00:00
annotations :
helm.sh/resource-policy : keep
2022-08-16 09:40:54 +00:00
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
component : jobservice
2024-07-28 17:21:48 +00:00
app.kubernetes.io/component : jobservice
2022-08-16 09:40:54 +00:00
spec :
accessModes :
2024-07-28 17:21:48 +00:00
- ReadWriteMany
2022-08-16 09:40:54 +00:00
resources :
requests :
2024-07-28 17:21:48 +00:00
storage : 5Gi
2022-08-16 09:40:54 +00:00
storageClassName : longhorn
---
# Source: harbor/templates/core/core-svc.yaml
apiVersion : v1
kind : Service
metadata :
name : harbor-core
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
spec :
ports :
- name : http-web
port : 80
targetPort : 8080
- name : http-metrics
port : 8001
selector :
2024-07-28 17:21:48 +00:00
release : harbor
app : "harbor"
2022-08-16 09:40:54 +00:00
component : core
---
2024-07-28 17:21:48 +00:00
# Source: harbor/templates/exporter/exporter-svc.yaml
2022-08-16 09:40:54 +00:00
apiVersion : v1
kind : Service
metadata :
2024-07-28 17:21:48 +00:00
name : "harbor-exporter"
labels :
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
spec :
ports :
2024-07-28 17:21:48 +00:00
- name : http-metrics
port : 8001
2022-08-16 09:40:54 +00:00
selector :
2024-07-28 17:21:48 +00:00
release : harbor
app : "harbor"
component : exporter
2022-08-16 09:40:54 +00:00
---
# Source: harbor/templates/jobservice/jobservice-svc.yaml
apiVersion : v1
kind : Service
metadata :
name : "harbor-jobservice"
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
spec :
ports :
- name : http-jobservice
port : 80
targetPort : 8080
2024-07-28 17:21:48 +00:00
- name : http-metrics
port : 8001
2022-08-16 09:40:54 +00:00
selector :
2024-07-28 17:21:48 +00:00
release : harbor
app : "harbor"
2022-08-16 09:40:54 +00:00
component : jobservice
---
# Source: harbor/templates/portal/service.yaml
apiVersion : v1
kind : Service
metadata :
name : "harbor-portal"
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
spec :
ports :
- port : 80
targetPort : 8080
selector :
2024-07-28 17:21:48 +00:00
release : harbor
app : "harbor"
2022-08-16 09:40:54 +00:00
component : portal
---
# Source: harbor/templates/registry/registry-svc.yaml
apiVersion : v1
kind : Service
metadata :
name : "harbor-registry"
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
spec :
ports :
- name : http-registry
port : 5000
- name : http-controller
port : 8080
2024-07-28 17:21:48 +00:00
- name : http-metrics
port : 8001
2022-08-16 09:40:54 +00:00
selector :
2024-07-28 17:21:48 +00:00
release : harbor
app : "harbor"
2022-08-16 09:40:54 +00:00
component : registry
---
# Source: harbor/templates/core/core-dpl.yaml
apiVersion : apps/v1
kind : Deployment
metadata :
name : harbor-core
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
component : core
2024-07-28 17:21:48 +00:00
app.kubernetes.io/component : core
2022-08-16 09:40:54 +00:00
spec :
2024-07-28 17:21:48 +00:00
replicas : 1
revisionHistoryLimit : 10
2022-08-16 09:40:54 +00:00
selector :
matchLabels :
2024-07-28 17:21:48 +00:00
release : harbor
app : "harbor"
2022-08-16 09:40:54 +00:00
component : core
template :
metadata :
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
component : core
2024-07-28 17:21:48 +00:00
app.kubernetes.io/component : core
annotations :
checksum/configmap : 9ea7f1881e4fe5b908355ee28e246b67c8c498d2f719dd74a5536a51ee2d9865
2024-08-08 09:45:21 +00:00
checksum/secret : af720060dbb42f2109b7fd0811a83c48c55313f95c3ba2e6e68010be0a2b2cd4
checksum/secret-jobservice : fdcf96de5337fccbcdac406929acbb799cb61e43c21be4f6affce7b2d7eaef3f
2022-08-16 09:40:54 +00:00
spec :
securityContext :
runAsUser : 10000
fsGroup : 10000
automountServiceAccountToken : false
terminationGracePeriodSeconds : 120
containers :
- name : core
2024-07-28 17:21:48 +00:00
image : goharbor/harbor-core:v2.11.0
imagePullPolicy : IfNotPresent
2022-08-16 09:40:54 +00:00
startupProbe :
httpGet :
path : /api/v2.0/ping
scheme : HTTP
port : 8080
failureThreshold : 360
initialDelaySeconds : 10
periodSeconds : 10
2024-07-28 17:21:48 +00:00
livenessProbe :
httpGet :
path : /api/v2.0/ping
scheme : HTTP
port : 8080
failureThreshold : 2
periodSeconds : 10
2022-08-16 09:40:54 +00:00
readinessProbe :
httpGet :
2024-07-28 17:21:48 +00:00
path : /api/v2.0/ping
2022-08-16 09:40:54 +00:00
scheme : HTTP
port : 8080
failureThreshold : 2
periodSeconds : 10
envFrom :
- configMapRef :
name : "harbor-core"
- secretRef :
name : "harbor-core"
env :
- name : CORE_SECRET
valueFrom :
secretKeyRef :
name : harbor-core
key : secret
- name : JOBSERVICE_SECRET
valueFrom :
secretKeyRef :
2024-07-28 17:21:48 +00:00
name : harbor-jobservice
2022-08-16 09:40:54 +00:00
key : JOBSERVICE_SECRET
2024-07-28 17:21:48 +00:00
- name : POSTGRESQL_PASSWORD
valueFrom :
secretKeyRef :
name : harbor-postgres-password
key : password
securityContext :
allowPrivilegeEscalation : false
capabilities :
drop :
- ALL
privileged : false
runAsNonRoot : true
seccompProfile :
type : RuntimeDefault
2022-08-16 09:40:54 +00:00
ports :
- containerPort : 8080
volumeMounts :
- name : config
mountPath : /etc/core/app.conf
subPath : app.conf
- name : secret-key
mountPath : /etc/core/key
subPath : key
- name : token-service-private-key
mountPath : /etc/core/private_key.pem
subPath : tls.key
- name : ca-download
mountPath : /etc/core/ca
- name : psc
mountPath : /etc/core/token
volumes :
- name : config
configMap :
name : harbor-core
items :
- key : app.conf
path : app.conf
- name : secret-key
secret :
2024-08-08 09:45:21 +00:00
secretName : harbor-core
2022-08-16 09:40:54 +00:00
items :
- key : secretKey
path : key
- name : token-service-private-key
secret :
secretName : harbor-core
- name : ca-download
secret :
2024-07-28 17:21:48 +00:00
secretName : "harbor-ingress"
2022-08-16 09:40:54 +00:00
- name : psc
emptyDir : {}
2024-07-28 17:21:48 +00:00
---
# Source: harbor/templates/exporter/exporter-dpl.yaml
apiVersion : apps/v1
kind : Deployment
metadata :
name : harbor-exporter
labels :
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
component : exporter
app.kubernetes.io/component : exporter
spec :
replicas : 1
revisionHistoryLimit : 10
selector :
matchLabels :
release : harbor
app : "harbor"
component : exporter
template :
metadata :
labels :
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
component : exporter
app.kubernetes.io/component : exporter
annotations :
checksum/configmap : 79f5dcd087513f8f1d03fca430907faeb9bd7df805dbb251b750fb49ccb0f0b5
checksum/secret : 55bad27b07dca97c644c9977eb8c3da9c08c8b8bbda2854878d2936a8da28508
spec :
securityContext :
runAsUser : 10000
fsGroup : 10000
automountServiceAccountToken : false
containers :
- name : exporter
image : goharbor/harbor-exporter:v2.11.0
imagePullPolicy : IfNotPresent
livenessProbe :
httpGet :
path : /
port : 8001
initialDelaySeconds : 300
periodSeconds : 10
readinessProbe :
httpGet :
path : /
port : 8001
initialDelaySeconds : 30
periodSeconds : 10
args : [ "-log-level" , "debug" ]
envFrom :
- configMapRef :
name : "harbor-exporter-env"
- secretRef :
name : "harbor-exporter"
env :
- name : HARBOR_DATABASE_PASSWORD
valueFrom :
secretKeyRef :
name : harbor-postgres-password
key : password
securityContext :
allowPrivilegeEscalation : false
capabilities :
drop :
- ALL
privileged : false
runAsNonRoot : true
seccompProfile :
type : RuntimeDefault
ports :
- containerPort : 8001
volumeMounts :
volumes :
- name : config
secret :
secretName : "harbor-exporter"
2022-08-16 09:40:54 +00:00
---
# Source: harbor/templates/jobservice/jobservice-dpl.yaml
apiVersion : apps/v1
2024-07-28 17:21:48 +00:00
kind : Deployment
2022-08-16 09:40:54 +00:00
metadata :
name : "harbor-jobservice"
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
component : jobservice
2024-07-28 17:21:48 +00:00
app.kubernetes.io/component : jobservice
2022-08-16 09:40:54 +00:00
spec :
replicas : 1
2024-07-28 17:21:48 +00:00
revisionHistoryLimit : 10
strategy :
type : RollingUpdate
2022-08-16 09:40:54 +00:00
selector :
matchLabels :
2024-07-28 17:21:48 +00:00
release : harbor
app : "harbor"
2022-08-16 09:40:54 +00:00
component : jobservice
template :
metadata :
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
component : jobservice
2024-07-28 17:21:48 +00:00
app.kubernetes.io/component : jobservice
annotations :
checksum/configmap : 3a35bef831e58536bf86670117b43e2913a4c1a60d0e74d948559d7a7d564684
checksum/configmap-env : 80e8b81abf755707210d6112ad65167a7d53088b209f63c603d308ef68c4cfad
2024-08-08 09:45:21 +00:00
checksum/secret : 6902f5ee11437ee5149ff54e363487163c43e21ddce1b120ea5528f3def513c6
checksum/secret-core : ed0bce05c92f40e7b854d7206e08d4c1581aac476956839e42075ab9cdd61e45
2022-08-16 09:40:54 +00:00
spec :
securityContext :
runAsUser : 10000
fsGroup : 10000
automountServiceAccountToken : false
terminationGracePeriodSeconds : 120
containers :
- name : jobservice
2024-07-28 17:21:48 +00:00
image : goharbor/harbor-jobservice:v2.11.0
imagePullPolicy : IfNotPresent
livenessProbe :
httpGet :
path : /api/v1/stats
scheme : HTTP
port : 8080
initialDelaySeconds : 300
periodSeconds : 10
2022-08-16 09:40:54 +00:00
readinessProbe :
httpGet :
path : /api/v1/stats
scheme : HTTP
port : 8080
initialDelaySeconds : 20
periodSeconds : 10
env :
- name : CORE_SECRET
valueFrom :
secretKeyRef :
name : harbor-core
key : secret
2024-07-28 17:21:48 +00:00
securityContext :
allowPrivilegeEscalation : false
capabilities :
drop :
- ALL
privileged : false
runAsNonRoot : true
seccompProfile :
type : RuntimeDefault
2022-08-16 09:40:54 +00:00
envFrom :
- configMapRef :
name : "harbor-jobservice-env"
- secretRef :
name : "harbor-jobservice"
ports :
- containerPort : 8080
volumeMounts :
- name : jobservice-config
mountPath : /etc/jobservice/config.yml
subPath : config.yml
- name : job-logs
mountPath : /var/log/jobs
subPath :
volumes :
- name : jobservice-config
configMap :
name : "harbor-jobservice"
- name : job-logs
persistentVolumeClaim :
claimName : harbor-jobservice
---
# Source: harbor/templates/portal/deployment.yaml
apiVersion : apps/v1
kind : Deployment
metadata :
name : "harbor-portal"
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
component : portal
2024-07-28 17:21:48 +00:00
app.kubernetes.io/component : portal
2022-08-16 09:40:54 +00:00
spec :
replicas : 1
2024-07-28 17:21:48 +00:00
revisionHistoryLimit : 10
2022-08-16 09:40:54 +00:00
selector :
matchLabels :
2024-07-28 17:21:48 +00:00
release : harbor
app : "harbor"
2022-08-16 09:40:54 +00:00
component : portal
template :
metadata :
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
component : portal
2024-07-28 17:21:48 +00:00
app.kubernetes.io/component : portal
2022-08-16 09:40:54 +00:00
annotations :
2024-07-28 17:21:48 +00:00
checksum/configmap : d1b4818dc76aa5b382b435491e437f3c5f9795bf1fb019c82b003f75e7bc3d8f
2022-08-16 09:40:54 +00:00
spec :
securityContext :
runAsUser : 10000
fsGroup : 10000
automountServiceAccountToken : false
containers :
- name : portal
2024-07-28 17:21:48 +00:00
image : goharbor/harbor-portal:v2.11.0
imagePullPolicy : IfNotPresent
securityContext :
allowPrivilegeEscalation : false
capabilities :
drop :
- ALL
privileged : false
runAsNonRoot : true
seccompProfile :
type : RuntimeDefault
livenessProbe :
httpGet :
path : /
scheme : HTTP
port : 8080
initialDelaySeconds : 300
periodSeconds : 10
2022-08-16 09:40:54 +00:00
readinessProbe :
httpGet :
path : /
scheme : HTTP
port : 8080
initialDelaySeconds : 1
periodSeconds : 10
ports :
- containerPort : 8080
volumeMounts :
- name : portal-config
mountPath : /etc/nginx/nginx.conf
subPath : nginx.conf
volumes :
- name : portal-config
configMap :
name : "harbor-portal"
---
# Source: harbor/templates/registry/registry-dpl.yaml
apiVersion : apps/v1
2024-07-28 17:21:48 +00:00
kind : Deployment
2022-08-16 09:40:54 +00:00
metadata :
name : "harbor-registry"
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
component : registry
2024-07-28 17:21:48 +00:00
app.kubernetes.io/component : registry
2022-08-16 09:40:54 +00:00
spec :
replicas : 1
2024-07-28 17:21:48 +00:00
revisionHistoryLimit : 10
strategy :
type : RollingUpdate
2022-08-16 09:40:54 +00:00
selector :
matchLabels :
2024-07-28 17:21:48 +00:00
release : harbor
app : "harbor"
2022-08-16 09:40:54 +00:00
component : registry
template :
metadata :
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
component : registry
2024-07-28 17:21:48 +00:00
app.kubernetes.io/component : registry
annotations :
checksum/configmap : b11f146e734a9ac7c3df9f83562e7ac5fea9e2b10b89118f19207c9b95104496
2024-08-08 09:45:21 +00:00
checksum/secret : dca1f41d66de90e85f5979631e3653bd898df32609307e2e794a72004dec22f9
checksum/secret-jobservice : 1728caf6daf5c1b1770da4133efe152d0a10260cb6e5271b7545696ff3b8a1f4
checksum/secret-core : 7c8aefdcb5f56e17ceb9dc21105e5b98d5a9294b70e1bea13ef83cc40fb595e2
2022-08-16 09:40:54 +00:00
spec :
securityContext :
runAsUser : 10000
fsGroup : 10000
2024-07-28 17:21:48 +00:00
fsGroupChangePolicy : OnRootMismatch
2022-08-16 09:40:54 +00:00
automountServiceAccountToken : false
terminationGracePeriodSeconds : 120
containers :
- name : registry
2024-07-28 17:21:48 +00:00
image : goharbor/registry-photon:v2.11.0
imagePullPolicy : IfNotPresent
livenessProbe :
httpGet :
path : /
scheme : HTTP
port : 5000
initialDelaySeconds : 300
periodSeconds : 10
2022-08-16 09:40:54 +00:00
readinessProbe :
httpGet :
path : /
scheme : HTTP
port : 5000
initialDelaySeconds : 1
periodSeconds : 10
2024-07-28 17:21:48 +00:00
securityContext :
allowPrivilegeEscalation : false
capabilities :
drop :
- ALL
privileged : false
runAsNonRoot : true
seccompProfile :
type : RuntimeDefault
2022-08-16 09:40:54 +00:00
args : [ "serve" , "/etc/registry/config.yml" ]
envFrom :
- secretRef :
name : "harbor-registry"
2024-07-28 17:21:48 +00:00
- secretRef :
name : harbor-minio-credentials
2022-08-16 09:40:54 +00:00
env :
ports :
- containerPort : 5000
2024-07-28 17:21:48 +00:00
- containerPort : 8001
2022-08-16 09:40:54 +00:00
volumeMounts :
- name : registry-data
mountPath : /storage
subPath :
- name : registry-htpasswd
mountPath : /etc/registry/passwd
subPath : passwd
- name : registry-config
mountPath : /etc/registry/config.yml
subPath : config.yml
- name : registryctl
2024-07-28 17:21:48 +00:00
image : goharbor/harbor-registryctl:v2.11.0
imagePullPolicy : IfNotPresent
livenessProbe :
httpGet :
path : /api/health
scheme : HTTP
port : 8080
initialDelaySeconds : 300
periodSeconds : 10
2022-08-16 09:40:54 +00:00
readinessProbe :
httpGet :
path : /api/health
scheme : HTTP
port : 8080
initialDelaySeconds : 1
periodSeconds : 10
2024-07-28 17:21:48 +00:00
securityContext :
allowPrivilegeEscalation : false
capabilities :
drop :
- ALL
privileged : false
runAsNonRoot : true
seccompProfile :
type : RuntimeDefault
2022-08-16 09:40:54 +00:00
envFrom :
- configMapRef :
name : "harbor-registryctl"
- secretRef :
name : "harbor-registry"
- secretRef :
name : "harbor-registryctl"
2024-07-28 17:21:48 +00:00
- secretRef :
name : harbor-minio-credentials
2022-08-16 09:40:54 +00:00
env :
- name : CORE_SECRET
valueFrom :
secretKeyRef :
name : harbor-core
key : secret
- name : JOBSERVICE_SECRET
valueFrom :
secretKeyRef :
name : harbor-jobservice
key : JOBSERVICE_SECRET
ports :
- containerPort : 8080
volumeMounts :
- name : registry-data
mountPath : /storage
subPath :
- name : registry-config
mountPath : /etc/registry/config.yml
subPath : config.yml
- name : registry-config
mountPath : /etc/registryctl/config.yml
subPath : ctl-config.yml
volumes :
- name : registry-htpasswd
secret :
secretName : harbor-registry-htpasswd
2024-07-28 17:21:48 +00:00
2022-08-16 09:40:54 +00:00
items :
- key : REGISTRY_HTPASSWD
path : passwd
- name : registry-config
configMap :
name : "harbor-registry"
- name : registry-data
2024-07-28 17:21:48 +00:00
emptyDir : {}
2022-08-16 09:40:54 +00:00
---
# Source: harbor/templates/ingress/ingress.yaml
apiVersion : networking.k8s.io/v1
kind : Ingress
metadata :
name : "harbor-ingress"
labels :
2024-07-28 17:21:48 +00:00
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
2022-08-16 09:40:54 +00:00
annotations :
2024-07-28 17:21:48 +00:00
cert-manager.io/cluster-issuer : default
2022-08-16 09:40:54 +00:00
external-dns.alpha.kubernetes.io/target : traefik.k-space.ee
ingress.kubernetes.io/proxy-body-size : "0"
ingress.kubernetes.io/ssl-redirect : "true"
kubernetes.io/ingress.class : traefik
nginx.ingress.kubernetes.io/proxy-body-size : "0"
nginx.ingress.kubernetes.io/ssl-redirect : "true"
traefik.ingress.kubernetes.io/router.entrypoints : websecure
traefik.ingress.kubernetes.io/router.tls : "true"
spec :
tls :
2024-07-28 17:21:48 +00:00
- secretName : harbor-ingress
hosts :
- harbor.k-space.ee
2022-08-16 09:40:54 +00:00
rules :
- http :
paths :
- path : /api/
pathType : Prefix
backend :
service :
name : harbor-core
port :
number : 80
- path : /service/
pathType : Prefix
backend :
service :
name : harbor-core
port :
number : 80
2024-07-28 17:21:48 +00:00
- path : /v2/
2022-08-16 09:40:54 +00:00
pathType : Prefix
backend :
service :
name : harbor-core
port :
number : 80
- path : /chartrepo/
pathType : Prefix
backend :
service :
name : harbor-core
port :
number : 80
- path : /c/
pathType : Prefix
backend :
service :
name : harbor-core
port :
number : 80
2024-07-28 17:21:48 +00:00
- path : /
pathType : Prefix
backend :
service :
name : harbor-portal
port :
number : 80
2022-08-16 09:40:54 +00:00
host : harbor.k-space.ee
2024-07-28 17:21:48 +00:00
---
# Source: harbor/templates/metrics/metrics-svcmon.yaml
apiVersion : monitoring.coreos.com/v1
kind : ServiceMonitor
metadata :
name : harbor
labels :
heritage : Helm
release : harbor
chart : harbor
app : "harbor"
app.kubernetes.io/instance : harbor
app.kubernetes.io/name : harbor
app.kubernetes.io/managed-by : Helm
app.kubernetes.io/part-of : harbor
app.kubernetes.io/version : "2.11.0"
spec :
jobLabel : app.kubernetes.io/name
endpoints :
- port : http-metrics
honorLabels : true
selector :
matchLabels :
release : harbor
app : "harbor"