Despliegue imágenes inicial
This commit is contained in:
11
python/Chart.yaml
Normal file
11
python/Chart.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v2
|
||||
appVersion: 'slim'
|
||||
description: Python server.
|
||||
name: python
|
||||
version: 2025.11.13
|
||||
sources:
|
||||
- https://es.python.org/
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 4.1.2
|
||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||
9
python/fleet.yaml
Normal file
9
python/fleet.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
defaultNamespace: tfm
|
||||
|
||||
helm:
|
||||
chart: .
|
||||
repo: ""
|
||||
version: 2025.11.12
|
||||
releaseName: python
|
||||
valuesFiles:
|
||||
- values.yaml
|
||||
5
python/templates/common.yaml
Normal file
5
python/templates/common.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
{{/* Render the templates */}}
|
||||
{{- include "bjw-s.common.loader.init" . }}
|
||||
{{/* Render the templates */}}
|
||||
{{ include "bjw-s.common.loader.generate" . }}
|
||||
28
python/values.yaml
Normal file
28
python/values.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
global:
|
||||
fullnameOverride: python
|
||||
defaultPodOptions:
|
||||
annotations:
|
||||
diun.enable: 'false'
|
||||
diun.watch_repo: 'true'
|
||||
diun.max_tags: '10'
|
||||
diun.sort_tags: semver
|
||||
diun.exclude_tags: ''
|
||||
diun.include_tags: '^\d+\.\d+\.\d+(-[0-9A-Za-z.-]+)?$' #Revisado
|
||||
controllers:
|
||||
main:
|
||||
enabled: true
|
||||
type: deployment
|
||||
replicas: 1
|
||||
strategy: Recreate
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: python
|
||||
tag: slim
|
||||
pullPolicy: Always
|
||||
resources:
|
||||
limits:
|
||||
memory: 1024Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 512Mi
|
||||
Reference in New Issue
Block a user