Rommel
09/13/2022, 10:00 PMSumit Nekar
09/14/2022, 5:01 AMMatyas Orhidi
09/14/2022, 8:04 AMflink:1.15 containing your application jar, and refer it in the FlinkDeployment custom resource.Rommel
09/14/2022, 4:09 PMSumit Nekar
09/14/2022, 4:38 PMRommel
09/14/2022, 4:39 PMSumit Nekar
09/14/2022, 5:45 PMpodTemplate:
spec:
containers:
- name: flink-main-container
ports:
- containerPort: {{ .Values.monitoring.port }}
name: prometheus
env:
- name: DEPLOY_MODE
value: {{ .Values.env }}
- name: CONNECTION_KEY
valueFrom:
secretKeyRef:
key: CONNECTION_KEY
name: secret1
- name: MY_POD_IP
valueFrom:
fieldRef:
fieldPath: status.podIPMatyas Orhidi
09/14/2022, 5:50 PMkubernetes.secrets=mysecret:/path/to/secretMatyas Orhidi
09/14/2022, 5:50 PM