mirror of
https://github.com/Traceworks2023/nxtgauge-gitops.git
synced 2026-06-11 22:02:10 +00:00
Adds Kustomize base+prod overlays for nxtgauge-frontend-solid, nxtgauge-admin-solid, and nxtgauge-backend-rust (18 services). ArgoCD Image Updater configured for auto-deploy on high-performance-latest tag. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
280 B
YAML
16 lines
280 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: nxtgauge-admin-solid
|
|
namespace: nxtgauge
|
|
labels:
|
|
app: nxtgauge-admin-solid
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: nxtgauge-admin-solid
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: 3000
|
|
protocol: TCP
|