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
|
app: nxtgauge-rust-catering-services
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: catering_services
|
- name: catering-services
|
||||||
image: ghcr.io/traceworks2023/nxtgauge-rust-catering-services
|
image: ghcr.io/traceworks2023/nxtgauge-rust-catering-services
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
app: nxtgauge-rust-fitness-trainers
|
app: nxtgauge-rust-fitness-trainers
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: fitness_trainers
|
- name: fitness-trainers
|
||||||
image: ghcr.io/traceworks2023/nxtgauge-rust-fitness-trainers
|
image: ghcr.io/traceworks2023/nxtgauge-rust-fitness-trainers
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
app: nxtgauge-rust-graphic-designers
|
app: nxtgauge-rust-graphic-designers
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: graphic_designers
|
- name: graphic-designers
|
||||||
image: ghcr.io/traceworks2023/nxtgauge-rust-graphic-designers
|
image: ghcr.io/traceworks2023/nxtgauge-rust-graphic-designers
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
app: nxtgauge-rust-job-seekers
|
app: nxtgauge-rust-job-seekers
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: job_seekers
|
- name: job-seekers
|
||||||
image: ghcr.io/traceworks2023/nxtgauge-rust-job-seekers
|
image: ghcr.io/traceworks2023/nxtgauge-rust-job-seekers
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
app: nxtgauge-rust-makeup-artists
|
app: nxtgauge-rust-makeup-artists
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: makeup_artists
|
- name: makeup-artists
|
||||||
image: ghcr.io/traceworks2023/nxtgauge-rust-makeup-artists
|
image: ghcr.io/traceworks2023/nxtgauge-rust-makeup-artists
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
app: nxtgauge-rust-social-media-managers
|
app: nxtgauge-rust-social-media-managers
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: social_media_managers
|
- name: social-media-managers
|
||||||
image: ghcr.io/traceworks2023/nxtgauge-rust-social-media-managers
|
image: ghcr.io/traceworks2023/nxtgauge-rust-social-media-managers
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
app: nxtgauge-rust-ugc-content-creators
|
app: nxtgauge-rust-ugc-content-creators
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ugc_content_creators
|
- name: ugc-content-creators
|
||||||
image: ghcr.io/traceworks2023/nxtgauge-rust-ugc-content-creators
|
image: ghcr.io/traceworks2023/nxtgauge-rust-ugc-content-creators
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
app: nxtgauge-rust-video-editors
|
app: nxtgauge-rust-video-editors
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: video_editors
|
- name: video-editors
|
||||||
image: ghcr.io/traceworks2023/nxtgauge-rust-video-editors
|
image: ghcr.io/traceworks2023/nxtgauge-rust-video-editors
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue