mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +00:00
14 lines
284 B
YAML
14 lines
284 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ .Release.Name }}-webapp
|
|
namespace: human-connection
|
|
spec:
|
|
ports:
|
|
- name: {{ .Release.Name }}-webapp
|
|
port: 3000
|
|
protocol: TCP
|
|
targetPort: 3000
|
|
selector:
|
|
human-connection.org/selector: deployment-webapp
|