Git Product home page Git Product logo

Comments (4)

thetredev avatar thetredev commented on July 2, 2024

Thank you! I can try this weekend probably, I need to setup a new testing cluster anyway.

Just to make sure, you mean metadata/annotations, right? Like this:

metadata:
  annotations:
    some-label-key: "some-label-value"

where you would define the whole annotations block yourself using values.yaml? For example

deployment:
  containerName: counter-strike2
  pullPolicy: IfNotPresent
  game: cs2

network:
  # -----> ANNOTATIONS HERE <-----
  service:
    annotations:
      some-key: "some-value"
  ip: "192.168.178.20"
  ports:
    server: 27015
    rcon:
      enabled: true
    ssh:
      enabled: true
      port: 22
      secretName: ssh-access

storage: "5Gi"

environment:
  timezone: "Etc/UTC"
  map: de_dust2
  maxplayers: 32

from helm-charts.

Hazerre avatar Hazerre commented on July 2, 2024

Yeah similar to that.

Something like this could be on the service.yaml side:

  annotations:
{{ toYaml .Values.serviceAnnotations | indent 4 }}
spec:

Then just throw this into the values

serviceAnnotations:
  my-generic-label-here: "contents-of-label"

from helm-charts.

thetredev avatar thetredev commented on July 2, 2024

Great, that would clean up values.yaml a bit. Thanks for the suggestion.

from helm-charts.

thetredev avatar thetredev commented on July 2, 2024

@Hazerre should be fixed now. Can you test as well since I don't know your specific use case?

from helm-charts.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.