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