Files
kubernetes/manifests/nearle/atlantis-svc.yaml
2026-07-18 12:00:33 +05:30

17 lines
238 B
YAML

apiVersion: v1
kind: Service
metadata:
name: atlantis
namespace: nearle
labels:
app: atlantis
spec:
type: NodePort
ports:
- port: 80
targetPort: 3000
nodePort: 30825
protocol: TCP
selector:
app: atlantis