PHP Classes

File: iac/projects/postgresql/kustomization.yaml

Recommend this page to a friend!
  Classes of Angel Campos   Atlas catalog   iac/projects/postgresql/kustomization.yaml   Download  
File: iac/projects/postgresql/kustomization.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Atlas catalog
API to provide details of APIs of an organization
Author: By
Last change:
Date: 1 month ago
Size: 405 bytes
 

Contents

Class file image Download
apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization buildMetadata: - managedByLabel images: - name: postgres newTag: 18.0-alpine3.22 labels: - pairs: app.kubernetes.io/name: postgres includeSelectors: true includeTemplates: true resources: - ./resources/stateful-set.yaml - ./resources/service.yaml - ./resources/service.headless.yaml - ./resources/secret.yaml