Add complex application

This commit is contained in:
Thomas Philipona
2021-03-30 09:46:02 +02:00
parent 4776de345f
commit 6c8e6ca4f6
8 changed files with 261 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: data-producer
labels:
application: amm-techlab
spec:
ports:
- name: http
port: 8080
protocol: TCP
targetPort: http
selector:
app: data-producer
deployment: data-producer
sessionAffinity: None
type: ClusterIP