Feature/helm anno label * Add annotations and lables for helm * Modify meta.helm.sh/release-name: * Modify meta.helm.sh/release-namespace * Revert "Modify meta.helm.sh/release-namespace" This reverts commit 9538eaf72b6b4f1d8ea99199887bc8c124c88e32. * Revert "Modify meta.helm.sh/release-name:" This reverts commit 3b02b8f73e219469c9d18755ce78657e4bb20d7b.
21 lines
475 B
YAML
Executable File
21 lines
475 B
YAML
Executable File
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: weareconnectamerica-web
|
|
namespace: weareconnectamerica-web
|
|
annotations:
|
|
meta.helm.sh/release-name: weareconnectamerica-web
|
|
meta.helm.sh/release-namespace: weareconnectamerica-web
|
|
labels:
|
|
app.kubernetes.io/managed-by: Helm
|
|
app: weareconnectamerica-web
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: weareconnectamerica-web
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 80
|
|
nodePort: 30845
|