mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-08 18:26:43 +00:00
* change target pod to target pod spec * add checks * update docs * fix tests Co-authored-by: MAKOSCAFEE <barnabasmakonda@gmail.com>
14 lines
217 B
YAML
14 lines
217 B
YAML
apiVersion: v1
|
|
kind: StatefulSet
|
|
metadata:
|
|
name: nginx
|
|
labels:
|
|
app.kubernetes.io/name: nginxIDONTMATCH
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx
|
|
resources:
|
|
limits:
|
|
memory: "512Mi"
|