Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

how to pass multiple ports in values.yaml of helm

apiVersion: v1
kind: Service
metadata:
  name: {{ .Values.project }}-svc
spec:
  type: ClusterIP
  ports:
  - name: {{ .Values.project }}-web
    port: {{ .Values.serviceweb.port }}
    protocol: TCP
    targetPort: {{ .Values.serviceweb.targetPort }}
  - name: {{ .Values.project }}-tcp
    port: {{ .Values.servicetcp.port }}
    protocol: TCP
    targetPort: {{ .Values.servicetcp.targetPort }}
  selector:
    app: {{ .Values.project }}-{{ .Values.environment }}
Comment

PREVIOUS NEXT
Code Example
Typescript :: flutter animate size change 
Typescript :: youtube comments scrape r 
Typescript :: different keymaps in the following locations 
Typescript :: two main types of mixtures 
Typescript :: typescript onchane event 
Typescript :: python double check if wants to execute funtion 
Typescript :: types of project plan 
Typescript :: piechart am4charts legend with actual values 
Typescript :: how to add typescript tp create react app 
Typescript :: typescript array of mixed type 
Typescript :: typescript ! 
Typescript :: require illuminate/console ^8.42|^9.0 - found illuminate/console[v8.42.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev] but these were not loaded, likely because it conflicts with another require. 
Typescript :: java concepts mcq 
Typescript :: e.target.value submit form typescript 
Typescript :: ant typescript styles 
Typescript :: when to test analysis 
Typescript :: pass command line arguments C# 
Typescript :: Show that the speed of the spacecraft in its orbit is 3.7 × 103ms –1. 
Typescript :: gravitate a particle to another 
Typescript :: The Apple I had a built-in video terminal, sockets for __________ kilobytes of onboard random access memory (RAM), a keyboard, and a cassette board meant to work with regular cassette recorders. 
Typescript :: numbering figure in document class beamer 
Typescript :: Jane and the Frost Giants "c++" 
Typescript :: how to get array elements in same line in python 
Typescript :: TypeScript interface for object with arbitrary numeric property names? 
Typescript :: how to get all dates from range in react js 
Typescript :: how to send alert notifications to multiple destinations 
Typescript :: which electromagnetic radiation is used for heating and night vision equipment 
Typescript :: eliminate border white around components angular 
Typescript :: apply limit to fetch number of documents firebase firestore 
Typescript :: 3 dots for edit bootstrap 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =