mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #43086 from liggitt/examples-permissions
Automatic merge from submit-queue (batch tested with PRs 43122, 43086) Configure example pod namespaces Fixes #43015 Fixes #43019 Fixes #38222
This commit is contained in:
commit
d1e6638a07
@ -57,6 +57,10 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: status.podIP
|
||||
- name: POD_NAMESPACE
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
readinessProbe:
|
||||
exec:
|
||||
command:
|
||||
|
@ -17,6 +17,10 @@ spec:
|
||||
env:
|
||||
- name: "DNS_DOMAIN"
|
||||
value: "cluster.local"
|
||||
- name: POD_NAMESPACE
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
ports:
|
||||
- name: hazelcast
|
||||
containerPort: 5701
|
||||
|
Loading…
Reference in New Issue
Block a user