mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
完善k8s文件
This commit is contained in:
17
k8s/master/kustomization.yaml
Normal file
17
k8s/master/kustomization.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
resources:
|
||||
- ../base
|
||||
|
||||
namespace: coal
|
||||
|
||||
images:
|
||||
- name: redis
|
||||
newName: 192.168.0.118/dockerhub/library/redis
|
||||
- name: postgres
|
||||
newName: 192.168.0.118/dockerhub/library/postgres
|
||||
- name: coal
|
||||
newName: 192.168.0.118/coal/coal
|
||||
newTag: master
|
||||
|
||||
commonLabels:
|
||||
branch: master
|
||||
nameSuffix: -master
|
||||
Reference in New Issue
Block a user