Skip to content

Instantly share code, notes, and snippets.

View lualsiv's full-sized avatar

Luis Alberto lualsiv

  • Home
  • São Paulo
View GitHub Profile
@lualsiv
lualsiv / aspnetcore-webapp-deployment.yaml
Created January 15, 2022 04:33 — forked from binduchinnasamy/aspnetcore-webapp-deployment.yaml
Sample: Kubernetes deployment file to deploy MySQL DB with persistence storage, deploy PHP MyAdmin tool to manage data in MySQL DB and a sample ASP.NET Core web application that interacts with MySQLDB
apiVersion: v1
kind: Service
metadata:
name: aspnetcore
labels:
name: aspnetcore
owner: Bindu
spec:
type: NodePort
ports: