Commit 8999814e authored by 舒成's avatar 舒成

update

parent 568c81c9
......@@ -6,7 +6,8 @@ metadata:
{{ include "harbor.labels" . | indent 4 }}
spec:
ports:
- port: 80
- name: http
port: 80
targetPort: 8080
selector:
{{ include "harbor.matchLabels" . | indent 4 }}
......
......@@ -7,7 +7,8 @@ metadata:
{{ include "harbor.labels" . | indent 4 }}
spec:
ports:
- port: 80
- name: http
port: 80
targetPort: 9999
selector:
{{ include "harbor.matchLabels" . | indent 4 }}
......
......@@ -10,7 +10,8 @@ metadata:
{{ include "harbor.labels" . | indent 4 }}
spec:
ports:
- port: 6060
- name: http
port: 6060
selector:
{{ include "harbor.matchLabels" . | indent 4 }}
app: harbor-clair
......
......@@ -7,7 +7,8 @@ metadata:
{{ include "harbor.labels" . | indent 4 }}
spec:
ports:
- port: 5432
- name: postgre
port: 5432
selector:
{{ include "harbor.matchLabels" . | indent 4 }}
app: harbor-database
......
......@@ -6,7 +6,8 @@ metadata:
{{ include "harbor.labels" . | indent 4 }}
spec:
ports:
- port: 80
- name: http
port: 80
targetPort: 8080
selector:
{{ include "harbor.matchLabels" . | indent 4 }}
......
......@@ -6,7 +6,8 @@ metadata:
{{ include "harbor.labels" . | indent 4 }}
spec:
ports:
- port: 5000
- name: http
port: 5000
selector:
{{ include "harbor.matchLabels" . | indent 4 }}
app: harbor-registry
\ No newline at end of file
......@@ -6,7 +6,8 @@ metadata:
{{ include "harbor.labels" . | indent 4 }}
spec:
ports:
- port: 80
- name: http
port: 80
targetPort: 8080
selector:
{{ include "harbor.matchLabels" . | indent 4 }}
......
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