Skip to content

Example: Ingress

Stéphane Brunner edited this page May 31, 2024 · 5 revisions

Create a Deployment served by an Ingress.

ingress:
  hostGroups:
    test:
      hosts:
        - test.camptocamp.com

services:
  deployment1:
    enabled: true
    containers:
      container1:
        image:
          repository: camptocamp/image
          tag: latest

services: avenir: enabled: true containers: avenir: resources: requests: cpu: 10m memory: 32Mi limits: cpu: 100m memory: 128Mi

Clone this wiki locally