mirror of
https://github.com/morbalint/kemkas-deployment.git
synced 2026-07-17 22:03:46 +00:00
16 lines
239 B
YAML
16 lines
239 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: kemkas-fe-service
|
|
namespace: kemkas-beta
|
|
labels:
|
|
app: kemkas-fe
|
|
spec:
|
|
selector:
|
|
app: kemkas-fe
|
|
type: ClusterIP
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 80
|