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