Commit 051b2d65 authored by 舒成's avatar 舒成

update

parent 97c2609f
...@@ -76,12 +76,12 @@ database: ...@@ -76,12 +76,12 @@ database:
image: image:
repository: registry.cn-qingdao.aliyuncs.com/wod/harbor-db repository: registry.cn-qingdao.aliyuncs.com/wod/harbor-db
tag: v1.6.0 tag: v1.6.0
password: "spaceIN511" password: "passwd"
volumes: volumes:
data: data:
storageClass: "storageos" storageClass: "storageos"
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 1Gi size: 5Gi
registry: registry:
image: image:
...@@ -187,7 +187,7 @@ database: ...@@ -187,7 +187,7 @@ database:
image: image:
repository: registry.cn-qingdao.aliyuncs.com/wod/harbor-db repository: registry.cn-qingdao.aliyuncs.com/wod/harbor-db
tag: v1.6.0 tag: v1.6.0
password: "spaceIN511" password: "passwd"
nodeSelector: nodeSelector:
harbor-database: enabled harbor-database: enabled
......
...@@ -24,7 +24,10 @@ spec: ...@@ -24,7 +24,10 @@ spec:
initContainers: initContainers:
- name: "remove-lost-found" - name: "remove-lost-found"
image: "{{ .Values.busybox.image.repository }}:{{ .Values.busybox.image.tag }}" image: "{{ .Values.busybox.image.repository }}:{{ .Values.busybox.image.tag }}"
command: ["rm", "-Rf", "/var/lib/postgresql/data/lost+found"] command:
- /bin/sh
- "-c"
- "rm -Rf /var/lib/postgresql/data/lost+found"
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /var/lib/postgresql/data mountPath: /var/lib/postgresql/data
......
...@@ -2,11 +2,11 @@ persistence: ...@@ -2,11 +2,11 @@ persistence:
enabled: true enabled: true
externalProtocol: https externalProtocol: https
# The FQDN for Harbor service # The FQDN for Harbor service
externalDomain: harbor.wodcloud.com externalDomain: hub.wodcloud.local
# The Port for Harbor service, leave empty if the service # The Port for Harbor service, leave empty if the service
# is to be bound to port 80/443 # is to be bound to port 80/443
externalPort: externalPort:
harborAdminPassword: "58772015" harborAdminPassword: "passwd"
authenticationMode: "db_auth" authenticationMode: "db_auth"
selfRegistration: "on" selfRegistration: "on"
ldap: ldap:
...@@ -51,7 +51,7 @@ harborImageTag: &harbor_image_tag dev ...@@ -51,7 +51,7 @@ harborImageTag: &harbor_image_tag dev
adminserver: adminserver:
image: image:
repository: registry-vpc.cn-qingdao.aliyuncs.com/wod/harbor-adminserver repository: registry.cn-qingdao.aliyuncs.com/wod/harbor-adminserver
tag: *harbor_image_tag tag: *harbor_image_tag
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
volumes: volumes:
...@@ -69,7 +69,7 @@ adminserver: ...@@ -69,7 +69,7 @@ adminserver:
jobservice: jobservice:
image: image:
repository: registry-vpc.cn-qingdao.aliyuncs.com/wod/harbor-jobservice repository: registry.cn-qingdao.aliyuncs.com/wod/harbor-jobservice
tag: *harbor_image_tag tag: *harbor_image_tag
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
secret: "BBRQwySksiHZqJUh" secret: "BBRQwySksiHZqJUh"
...@@ -84,7 +84,7 @@ jobservice: ...@@ -84,7 +84,7 @@ jobservice:
ui: ui:
image: image:
repository: registry-vpc.cn-qingdao.aliyuncs.com/wod/harbor-ui repository: registry.cn-qingdao.aliyuncs.com/wod/harbor-ui
tag: *harbor_image_tag tag: *harbor_image_tag
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
secret: "BBRQwySksiHZqJUh" secret: "BBRQwySksiHZqJUh"
...@@ -98,7 +98,7 @@ ui: ...@@ -98,7 +98,7 @@ ui:
busybox: busybox:
image: image:
repository: registry-vpc.cn-qingdao.aliyuncs.com/wod/busybox repository: registry.cn-qingdao.aliyuncs.com/wod/busybox
tag: 1.29 tag: 1.29
# TODO: change the style to be same with redis # TODO: change the style to be same with redis
...@@ -108,16 +108,16 @@ database: ...@@ -108,16 +108,16 @@ database:
type: internal type: internal
internal: internal:
image: image:
repository: registry-vpc.cn-qingdao.aliyuncs.com/wod/harbor-db repository: registry.cn-qingdao.aliyuncs.com/wod/harbor-db
tag: *harbor_image_tag tag: *harbor_image_tag
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# the superuser password of database # the superuser password of database
password: "spaceIN511" password: "passwd"
volumes: volumes:
data: data:
storageClass: "storageos" storageClass: "storageos"
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 1Gi size: 5Gi
# resources: # resources:
# requests: # requests:
# memory: 256Mi # memory: 256Mi
...@@ -137,7 +137,7 @@ database: ...@@ -137,7 +137,7 @@ database:
registry: registry:
image: image:
repository: registry-vpc.cn-qingdao.aliyuncs.com/wod/registry-photon repository: registry.cn-qingdao.aliyuncs.com/wod/registry-photon
tag: dev tag: dev
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
httpSecret: "BBRQwySksiHZqJUh" httpSecret: "BBRQwySksiHZqJUh"
...@@ -223,7 +223,7 @@ registry: ...@@ -223,7 +223,7 @@ registry:
chartmuseum: chartmuseum:
enabled: true enabled: true
image: image:
repository: registry-vpc.cn-qingdao.aliyuncs.com/wod/chartmuseum-photon repository: registry.cn-qingdao.aliyuncs.com/wod/chartmuseum-photon
tag: dev tag: dev
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
volumes: volumes:
...@@ -242,7 +242,7 @@ chartmuseum: ...@@ -242,7 +242,7 @@ chartmuseum:
clair: clair:
enabled: true enabled: true
image: image:
repository: registry-vpc.cn-qingdao.aliyuncs.com/wod/clair-photon repository: registry.cn-qingdao.aliyuncs.com/wod/clair-photon
tag: dev tag: dev
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
volumes: volumes:
...@@ -260,14 +260,14 @@ clair: ...@@ -260,14 +260,14 @@ clair:
redis: redis:
image: image:
repository: registry-vpc.cn-qingdao.aliyuncs.com/wod/redis repository: registry.cn-qingdao.aliyuncs.com/wod/redis
tag: 4.0.1-alpine tag: 4.0.1-alpine
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# if external Redis is used, set "external.enabled" to "true" # if external Redis is used, set "external.enabled" to "true"
# and fill the connection informations in "external" section. # and fill the connection informations in "external" section.
# or the internal Redis will be used # or the internal Redis will be used
usePassword: false usePassword: false
password: "spaceIN511" password: "passwd"
cluster: cluster:
enabled: false enabled: false
master: master:
...@@ -281,18 +281,18 @@ redis: ...@@ -281,18 +281,18 @@ redis:
port: "6379" port: "6379"
databaseIndex: "0" databaseIndex: "0"
usePassword: false usePassword: false
password: "spaceIN511" password: "passwd"
notary: notary:
enabled: true enabled: true
server: server:
image: image:
repository: registry-vpc.cn-qingdao.aliyuncs.com/wod/notary-server-photon repository: registry.cn-qingdao.aliyuncs.com/wod/notary-server-photon
tag: dev tag: dev
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
signer: signer:
image: image:
repository: registry-vpc.cn-qingdao.aliyuncs.com/wod/notary-signer-photon repository: registry.cn-qingdao.aliyuncs.com/wod/notary-signer-photon
tag: dev tag: dev
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment