fix(k8s): replace underscore backend container names with RFC1123-compliant names
This commit is contained in:
parent
b568e52400
commit
5614521b66
8 changed files with 8 additions and 8 deletions
|
|
@ -16,7 +16,7 @@ spec:
|
|||
app: nxtgauge-rust-catering-services
|
||||
spec:
|
||||
containers:
|
||||
- name: catering_services
|
||||
- name: catering-services
|
||||
image: ghcr.io/traceworks2023/nxtgauge-rust-catering-services
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ spec:
|
|||
app: nxtgauge-rust-fitness-trainers
|
||||
spec:
|
||||
containers:
|
||||
- name: fitness_trainers
|
||||
- name: fitness-trainers
|
||||
image: ghcr.io/traceworks2023/nxtgauge-rust-fitness-trainers
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ spec:
|
|||
app: nxtgauge-rust-graphic-designers
|
||||
spec:
|
||||
containers:
|
||||
- name: graphic_designers
|
||||
- name: graphic-designers
|
||||
image: ghcr.io/traceworks2023/nxtgauge-rust-graphic-designers
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ spec:
|
|||
app: nxtgauge-rust-job-seekers
|
||||
spec:
|
||||
containers:
|
||||
- name: job_seekers
|
||||
- name: job-seekers
|
||||
image: ghcr.io/traceworks2023/nxtgauge-rust-job-seekers
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ spec:
|
|||
app: nxtgauge-rust-makeup-artists
|
||||
spec:
|
||||
containers:
|
||||
- name: makeup_artists
|
||||
- name: makeup-artists
|
||||
image: ghcr.io/traceworks2023/nxtgauge-rust-makeup-artists
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ spec:
|
|||
app: nxtgauge-rust-social-media-managers
|
||||
spec:
|
||||
containers:
|
||||
- name: social_media_managers
|
||||
- name: social-media-managers
|
||||
image: ghcr.io/traceworks2023/nxtgauge-rust-social-media-managers
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ spec:
|
|||
app: nxtgauge-rust-ugc-content-creators
|
||||
spec:
|
||||
containers:
|
||||
- name: ugc_content_creators
|
||||
- name: ugc-content-creators
|
||||
image: ghcr.io/traceworks2023/nxtgauge-rust-ugc-content-creators
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ spec:
|
|||
app: nxtgauge-rust-video-editors
|
||||
spec:
|
||||
containers:
|
||||
- name: video_editors
|
||||
- name: video-editors
|
||||
image: ghcr.io/traceworks2023/nxtgauge-rust-video-editors
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue