af064f5ce3
Update the image in PodPreset manifest to use the real image, also removed the hard-coded namespace in manifest.
15 lines
265 B
YAML
15 lines
265 B
YAML
apiVersion: settings.k8s.io/v1alpha1
|
|
kind: PodPreset
|
|
metadata:
|
|
name: proxy
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
role: frontend
|
|
volumeMounts:
|
|
- mountPath: /etc/proxy/configs
|
|
name: proxy-volume
|
|
volumes:
|
|
- name: proxy-volume
|
|
emptyDir: {}
|