239 lines
6.1 KiB
YAML
239 lines
6.1 KiB
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-gateway
|
|
spec:
|
|
replicas: 2
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: gateway
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-gateway@sha256:72cb68a09d274bf90c469fb2f1b22aaa25614a2568cb05fc8d3733970adfa199
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-users
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: users
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-users@sha256:b85b22f97e4eb8a8f26418a16e8440b230cd34da3127544a5cdea563469f36a6
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-companies
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: companies
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-companies@sha256:4f862d428967ff851ce70f6168c64f28d39c4385ab2c30388bd8774ed32b4e54
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-jobs
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: jobs
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-jobs@sha256:cf448649b2109945c5f700da73d6d18ac92973fd12ea22d12c85c4305de5b056
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-leads
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: leads
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-leads@sha256:0a83ef593fb786a78b5441ca9141c2dc0dde959b787632d608092b1151fbe389
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-job-seekers
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: job-seekers
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-job-seekers@sha256:0d5c0a5f144532f6c4ae3311f65bc13d62302d9ef1a786becfe667ed50986337
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-customers
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: customers
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-customers@sha256:43933c5c0716bd4654c0b65caccb3954901af81e3bab688f7c37c1ebeef6d3dc
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-payments
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: payments
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-payments@sha256:1161fe70c2e7d9a285227368222b206c13e12182dca6a8cdc1a3ee640bc55a8a
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-employees
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: employees
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-employees@sha256:a6d6bf90e2143c020017fe9481cc1162c197f5d8aa5179c0c808d218cf91eae2
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-photographers
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: photographers
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-photographers@sha256:7db3457fb17080544126f67822ec6a08f05e60a27e02092364060dee75dc07d0
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-makeup-artists
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: makeup-artists
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-makeup-artists@sha256:41142f8d08362444c7381755b61e23a7415cf63053d3cca4200c25acef197089
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-tutors
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: tutors
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-tutors@sha256:35d8cea4cc78e49a00d07a70a013e139cfbeb1e65effbdee8b9ef5f8acbdf1b5
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-developers
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: developers
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-developers@sha256:c4366929dad0b3fcad1c76ced28a5a540c4984a28e9c7254ed0a65e52744ccac
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-video-editors
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: video-editors
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-video-editors@sha256:859d1598b46cbb703297b9c18a597816b01ebca2731178d8179184820b8b3421
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-graphic-designers
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: graphic-designers
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-graphic-designers@sha256:60376dfa13856a97c235ac37a5ff4b21a02cb5db7799bf20dc0d8a6b6986ec47
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-social-media-managers
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: social-media-managers
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-social-media-managers@sha256:90817c2699b5aec25e46968c2c4878aedbcd5b4ebfe304d2f84ba2f7b574180d
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-fitness-trainers
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: fitness-trainers
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-fitness-trainers@sha256:e53ef5f7c465bc6dd393ad55ccb300224b526ebb2fbae4f5a9543f3ea96c0629
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-catering-services
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: catering-services
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-catering-services@sha256:7ddd23d554a076148d0995fb73198d20be8f417d739373552fc5f6fe8980d1ed
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-ugc-content-creators
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: ugc-content-creators
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-ugc-content-creators@sha256:677752537a254a1fc975c29b74c0c6d3719ff8b16e8d1460acaf3ab572db2464
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nxtgauge-rust-cron
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: cron
|
|
image: ghcr.io/traceworks2023/nxtgauge-rust-cron@sha256:2e3e84c9336cff85e1513f20cb64d8201fdd082012ca19d04234261aa24e5754
|