chore: format using Make (#111)
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
resources:
|
||||
- manager.yaml
|
||||
- manager.yaml
|
||||
|
@ -23,18 +23,18 @@ spec:
|
||||
control-plane: controller-manager
|
||||
spec:
|
||||
containers:
|
||||
- command:
|
||||
- /manager
|
||||
args:
|
||||
- --enable-leader-election
|
||||
- --hydra-url=http://use.actual.hydra.fqdn #change it to your ORY Hydra address
|
||||
image: controller:latest
|
||||
name: manager
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 30Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 20Mi
|
||||
- command:
|
||||
- /manager
|
||||
args:
|
||||
- --enable-leader-election
|
||||
- --hydra-url=http://use.actual.hydra.fqdn #change it to your ORY Hydra address
|
||||
image: controller:latest
|
||||
name: manager
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 30Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 20Mi
|
||||
terminationGracePeriodSeconds: 10
|
||||
|
Reference in New Issue
Block a user