Skip to content

Latest commit

 

History

History

deploy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

kustomize

Simple

kustomization.yaml:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
  name: opengist

resources:
  - https://github.com/thomiceli/opengist/deploy/

Full example

kustomization.yaml:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
  name: opengist

namespace: opengist

resources:
  - namespace.yaml
  - https://github.com/thomiceli/opengist/deploy/?ref:v1.9.1

images:
  - name: ghcr.io/thomiceli/opengist
    newTag: 1.9.1

patches:
  # Add your ingress
  - path: ingress.yaml
  - patch: |-
      - op: add
        path: /spec/rules/0/host
        value: opengist.mydomain.com
    target:
      group: networking.k8s.io
      version: v1
      kind: Ingress
      name: opengist

namespace.yaml:

apiVersion: v1
kind: Namespace
metadata:
  name: opengist

ingress.yaml:

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: opengist
  annotations:
    cert-manager.io/cluster-issuer: letsencrypt-production
spec:
  ingressClassName: nginx
  tls:
    - hosts:
        - opengist.mydomain.com
      secretName: opengist-tls
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy