1234567891011121314151617181920212223242526 |
- image:
- repository: jc21/nginx-proxy-manager
- pullPolicy: IfNotPresent
- tag: 2.10.3
- resources:
- limits:
- cpu: 4000m
- memory: 8Gi
- npmConfig:
- additionalEnvs: []
- npmNetwork:
- webPort: 30000
- httpPort: 30001
- httpsPort: 30002
- npmStorage:
- data:
- type: ixVolume
- datasetName: data
- certs:
- type: ixVolume
- datasetName: certs
- notes:
- custom: |
- Default credentials:
- - username: admin@example.com
- - password: changeme
|